Skip to content

Bump com.cedarsoftware:java-util from 2.0.0 to 2.4.0#12147

Merged
davsclaus merged 1 commit intomainfrom
dependabot/maven/com.cedarsoftware-java-util-2.4.0
Nov 22, 2023
Merged

Bump com.cedarsoftware:java-util from 2.0.0 to 2.4.0#12147
davsclaus merged 1 commit intomainfrom
dependabot/maven/com.cedarsoftware-java-util-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 22, 2023

Bumps com.cedarsoftware:java-util from 2.0.0 to 2.4.0.

Changelog

Sourced from com.cedarsoftware:java-util's changelog.

  • 2.4.0
    • Added ClassUtilities. This class has a method to get the distance between a source and destination class. It includes support for Classes, multiple inheritance of interfaces, primitives, and class-to-interface, interface-interface, and class to class.
    • Added LRUCache. This class provides a simple cache API that will evict the least recently used items, once a threshold is met.
  • 2.3.0
    • Added FastReader and FastWriter.
      • FastReader can be used instead of the JDK PushbackReader(BufferedReader)). It is much faster with no synchronization and combines both. It also tracks line [getLine()]and column [getCol()] position monitoring for 0x0a which it can be queried for. It also can be queried for the last snippet read: getLastSnippet(). Great for showing parsing error messages that accurately point out where a syntax error occurred. Make sure you use a new instance per each thread.
      • FastWriter can be used instead of the JDK BufferedWriter as it has no synchronization. Make sure you use a new Instance per each thread.
  • 2.2.0
    • Built with JDK 1.8 and runs with JDK 1.8 through JDK 21.
    • The 2.2.x will continue to maintain JDK 1.8. The 3.0 branch [not yet created] will be JDK11+
    • Added tests to verify that GraphComparator and DeepEquals do not count sorted order of Sets for equivalency. It does however, require Collections that are not Sets to be in order.
  • 2.1.1
    • ReflectionUtils skips static fields, speeding it up and remove runtime warning (field SerialVersionUID). Supports JDK's up through 21.
  • 2.1.0
    • DeepEquals.deepEquals(a, b) compares Sets and Maps without regards to order per the equality spec.
    • Updated all dependent libraries to latest versions as of 16 Sept 2023.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 2.0.0 to 2.4.0.
- [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md)
- [Commits](https://github.com/jdereg/java-util/commits/2.4.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 22, 2023
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus davsclaus merged commit effba97 into main Nov 22, 2023
@davsclaus davsclaus deleted the dependabot/maven/com.cedarsoftware-java-util-2.4.0 branch November 22, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant